home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / libs / ttrender.lha / ttrender-2.0 / Developer / sfd / ttrender_lib.sfd
Encoding:
Amiga Symbolizer Function Definition  |  2002-04-06  |  982 b   |  32 lines

  1. ==id $Id: ttrender_lib.sfd 2.0 2002/04/06 19:33:00 krashan Exp krashan $
  2. ==base _TTRenderBase
  3. ==basetype struct Library*
  4. ==libname ttrender.library
  5. ==bias 30
  6. ==public
  7. ==include <exec/types.h>
  8. ==include <utility/tagitem.h>
  9. ==include <libraries/ttrender.h>
  10. ==version 1
  11. BOOL TT_PutStr(UBYTE *string) (a0)
  12. BOOL TT_PutUStr(UWORD *string) (a0)
  13. BOOL TT_SetFont(STRPTR name, UWORD size) (a0,d0)
  14. BOOL TT_PutStrTagList(UBYTE *string, struct TagItem *taglist) (a0,a1)
  15. ==varargs
  16. BOOL TT_PutStrTags(UBYTE *string, Tag tag1, ...) (a0,a1)
  17. BOOL TT_PutUStrTagList(UWORD *string, struct TagItem *taglist) (a0,a1)
  18. ==varargs
  19. BOOL TT_PutUStrTags(UWORD *string, Tag tag1, ...) (a0,a1)
  20. ULONG TT_SetModesTagList(struct TagItem *taglist) (a0)
  21. ==varargs
  22. ULONG TT_SetModesTags(Tag tag1, ...) (a0)
  23. ==version 2
  24. ULONG TT_GetFontAttrsTagList(struct TagItem *taglist) (a0)
  25. ==varargs
  26. ULONG TT_GetFontAttrsTags(Tag tag1, ...) (a0)
  27. ULONG TT_StrWidth(UBYTE *string) (a0)
  28. ULONG TT_UStrWidth(UWORD *string) (a0)
  29. ==end
  30.  
  31.  
  32.